You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update models and add check for assistants model on startup (#998)
* Remove old models from .env.template
* Make sure we always have a visible model in assistant settings
* Always show correct info in chat window
* Add migration that runs on every server start to update assistant model
* change key
* fix tests
* Update src/lib/migrations/migrations.ts
Co-authored-by: Mishig <mishig.davaadorj@coloradocollege.edu>
* review
* Update src/lib/components/chat/ChatWindow.svelte
Co-authored-by: Mishig <mishig.davaadorj@coloradocollege.edu>
* revert duplicate Model:
* simplify deprecated check
---------
Co-authored-by: Mishig <mishig.davaadorj@coloradocollege.edu>
"prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
73
-
}, {
74
-
"title": "Code a snake game",
75
-
"prompt": "Code a basic snake game in python, give explanations for each step."
76
-
}, {
77
-
"title": "Assist in a task",
78
-
"prompt": "How do I make a delicious lemon cheesecake?"
"prompt": "As a restaurant owner, write a professional email to the supplier to get these products every week: \n\n- Wine (x10)\n- Eggs (x24)\n- Bread (x12)"
240
-
}, {
241
-
"title": "Code a snake game",
242
-
"prompt": "Code a basic snake game in python, give explanations for each step."
243
-
}, {
244
-
"title": "Assist in a task",
245
-
"prompt": "How do I make a delicious lemon cheesecake?"
0 commit comments