This commit is contained in:
parent
80ddee9378
commit
c053a5676d
@ -86,7 +86,7 @@ async def next_vacancy(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||
async def prompt(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
||||
async with AsyncPostgresSaver.from_conn_string(DB_URI) as checkpointer:
|
||||
chat_model = ChatOpenAI(
|
||||
model_name="openai/gpt-5-mini",
|
||||
model_name="openai/gpt-5-mini:online",
|
||||
openai_api_base="https://openrouter.ai/api/v1",
|
||||
)
|
||||
agent = create_agent(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user