Skip to content

Commit

Permalink
Add AI to course structure creation (#11)
Browse files Browse the repository at this point in the history
* Add AI to course structure creation

* remove default text
  • Loading branch information
chaseWillden authored Oct 15, 2024
1 parent c952ca0 commit db1689b
Show file tree
Hide file tree
Showing 14 changed files with 677 additions and 15 deletions.
7 changes: 6 additions & 1 deletion .env.local.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
MONGO_CONNECTION_STRING=mongodb://admin:[email protected]:27017
DATABASE_NAME=StudyDrift
AUTH_SECRET_KEY="EXAMPLE_SECRET_KEY"
AUTH_SECRET_KEY="EXAMPLE_SECRET_KEY"

# AI
AZURE_OPENAI_KEY=SOME_KEY
AZURE_OPENAI_ENDPOINT=SOME_ENDPOINT
AZURE_OPENAI_MODEL=SOME_MODEL
Loading

0 comments on commit db1689b

Please sign in to comment.