lenongsa

Results 2 comments of lenongsa

Quick questions regarding this (sorry if this isn't the appropriate place!): where exactly would one change the code to edit the prompts? And is there an easier way to perform...

**Config.yaml** type: llm provider: litellm_llm timeout: 120 models: - model: gpt-4o-mini-2024-07-18 api_base: https://api.openai.com/v1 api_key_name: LLM_OPENAI_API_KEY kwargs: temperature: 0 n: 1 # for better consistency of llm response, refer: https://platform.openai.com/docs/api-reference/chat/create#chat-create-seed seed:...