OpenBIDSifier / agent.py

Commit History

Add multi-provider LLM support (OpenAI, Anthropic, Gemini, Databricks, Ollama)
0f31aa7

zuazo commited on

require provider and model, use temperature=1 and big tockens num for all gpt-5 models
3f97c48

stefanches7 commited on

pass openai api key with a window in gradio; pass openai key directly to the LLM agent constructor
160f3dd

stefanches7 commited on

allow a feedback question, remove 2nd prompt
9887d83

stefanches7 commited on

add the temperature=1 and big context for gpt-5, as required by LiteLLM spec
9d1b729

stefanches7 commited on

remove unused openai api import
0bdbd77

stefanches7 commited on

use dspy to abstract from model provider
8d0fd38

stefanches7 commited on

vibe coded the cli and the llm
4379b25

earrieta commited on

initial commit
7428353

earrieta commited on