-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Plans #53
Comments
from chatlab.builtins import os_functions
from chatlab import Chat, system, models
chat = Chat(
system("You are a software engineer helper. You have access to the file system and can make any file operations that you want to, including git. Format responses to the user in GitHub Flavored Markdown. We are working on the official documentation for a package called Chatlab."),
model=models.GPT_4_0613,
chat_functions=os_functions,
)
await chat("Please run `help(chatlab)` as well as `dir(chatlab)` to learn more about the package. After that, look to see what docusaurus docs are already written for `website`, particularly `website/docs/api`. Use what you find to create a prioritized list of what you think needs to be done.")
await chat("Session is deprecated. It's only exported to maintain backwards compatibility. Please document the `Chat` class instead. To see more of what's been written in a narrative form, see the other docs in `website/docs`.")
|
The initial website for stable releases is up at chatlab.dev 🎉 and the site for unstable releases is pre.chatlab.dev. For the current alpha release, docs will be maintained in this repository in
./website
while the previous stable release is at https://github.com/rgbkrk/chatlab-docs.Here's some initial thinking on the doc site layout:
The text was updated successfully, but these errors were encountered: