Change tts and stt from profiles for app, set context mode to be True at the start

This commit is contained in:
killian 2024-09-18 13:46:47 -07:00
parent 81242d8568
commit b3ebbabcf1
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ async def entrypoint(ctx: JobContext):
base_url = f"http://{interpreter_server_host}:{interpreter_server_port}/openai"
# For debugging
# base_url = "http://127.0.0.1:8000/openai"
base_url = "http://127.0.0.1:8000/openai"
open_interpreter = openai.LLM(
model="open-interpreter", base_url=base_url, api_key="x"