mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-04 04:42:37 +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
|
|
@ -25,7 +25,7 @@ However, you can also configure custom LLM providers (e.g. LiteLLM, OpenRouter)
|
|||
|
||||
```bash
|
||||
export PROVIDER_DEFAULT_MODEL=claude-3-7-sonnet-latest
|
||||
export PROVIDER_COPILOT_MODEL=gpt-4o
|
||||
export PROVIDER_COPILOT_MODEL=gpt-4.1
|
||||
```
|
||||
|
||||
**Notes:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue