mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
feat(*): Add websockets via partykit for live notifications of tool usage
This commit is contained in:
+9
-1
@@ -1,4 +1,12 @@
|
||||
AI_FOUNDRY_PROJECT_CONNECTION_STRING=
|
||||
BING_GROUNDING_CONNECTION_ID=
|
||||
AI_SEARCH_CONNECTION_ID=
|
||||
AI_MODEL=gpt-4o
|
||||
AI_MODEL=gpt-4o
|
||||
|
||||
# For production:
|
||||
VITE_PARTYKIT_BASE_URL=wss://your-partykit-project.partykit.dev
|
||||
PARTYKIT_BASE_URL=wss://your-partykit-project.partykit.dev
|
||||
|
||||
# For local development:
|
||||
# VITE_PARTYKIT_BASE_URL=ws://127.0.0.1:1999
|
||||
# PARTYKIT_BASE_URL=ws://127.0.0.1:1999
|
||||
Reference in New Issue
Block a user