Skip to content

Commit

Permalink
update id (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
petercrocker authored Jan 27, 2025
1 parent 5474a59 commit e4ce587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/schema_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
client = OpenAI(base_url="https://emma.opsmill.cloud/v1", api_key=api_key)

agent = OpenAIAssistantV2Runnable(
assistant_id=os.environ.get("OPENAI_ASSISTANT_ID", "asst_bYbQY5sjbocdxUXP8Ah7hPw0"),
assistant_id=os.environ.get("OPENAI_ASSISTANT_ID", "asst_1XurhPZgTg2iBk3FcuqWQH0l"),
as_agent=True,
client=client,
check_every_ms=1000,
Expand Down

0 comments on commit e4ce587

Please sign in to comment.