-
Notifications
You must be signed in to change notification settings - Fork 20
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
Basic docs with tutorial #96
Conversation
@@ -17,6 +17,7 @@ | |||
can_delete_message, | |||
can_delete_thread, | |||
can_run_assistant, | |||
can_view_thread, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This permission was on examples, but not being used. Added now.
@@ -157,7 +157,6 @@ | |||
|
|||
# django-ai-assistant | |||
|
|||
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary, since we use python-dotenv.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just left some suggested copy changes, but LGTM.
Co-authored-by: Pamella Bezerra <pamella@vinta.com.br>
Co-authored-by: Pamella Bezerra <pamella@vinta.com.br>
Co-authored-by: Amanda Savluchinske <amandasavluchinske@gmail.com>
Co-authored-by: Amanda Savluchinske <amandasavluchinske@gmail.com>
Co-authored-by: Amanda Savluchinske <amandasavluchinske@gmail.com>
Co-authored-by: Amanda Savluchinske <amandasavluchinske@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There's just a poetry conflict due to the last merge to main.
Partial work for #81
If you feel anything add to that issue.
To see the docs, run
poetry install
, thenpoetry shell
, thenmkdocs serve
in project root.