working example using openai API
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 2k
- Forks
- 291
- Avg merge
- 30m
- Merged PRs (30d)
- 3
Description
Hi! I know it goes against the "local" part, but I really want to try the agent framework itself and without a local model. I want to use openai.
what should the environment variables be set to? can we get a working example in the README?
I am trying different combinations but no luck so far. need embeddings for localrecall too. I'm guessing I need these env vars?
LOCALAGI_LLM_API_URL
LOCALAGI_LLM_API_KEY
and for local recall (found it in the docker-compose.yaml), I assume the below is for embeddings but not sure if this is right:
- OPENAI_BASE_URL=https://api.openai.com/v1
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README and docker-compose.yaml, then trace the documented environment variables used for the LLM and local recall services. Verify the OpenAI configuration against the project’s existing setup and document a working example, including the embedding configuration and required variables.
Written by the indexing model from the issue text.
Assessment
- Domain
- ai, documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100