mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Fix/prebuilt cards updates (#263)
* updates to the twitter prebuilt cards * update the default fallback model from gpt-4o to gpt-4.1
This commit is contained in:
parent
1a763dcbd9
commit
893ad87268
10 changed files with 27 additions and 44 deletions
|
|
@ -11,7 +11,7 @@ from db import write_test_result, get_scenario_by_id
|
|||
from rowboat import Client, StatefulChat
|
||||
|
||||
openai_client = OpenAI()
|
||||
MODEL_NAME = "gpt-4o"
|
||||
MODEL_NAME = "gpt-4.1"
|
||||
ROWBOAT_API_HOST = os.environ.get("ROWBOAT_API_HOST", "http://127.0.0.1:3000").strip()
|
||||
|
||||
async def simulate_simulation(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue