Skip to content

Commit

Permalink
added more to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed May 27, 2024
1 parent bf10317 commit 02d84db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/gpt-researcher/llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Current supported LLMs are `openai`, `google` (gemini), `azureopenai`, `ollama`,
Using any model will require at least updating the `LLM_PROVIDER` param and passing the LLM provider API Key. You might also need to update the `SMART_LLM_MODEL` and `FAST_LLM_MODEL` env vars.
To learn more about support customization options see [here](/gpt-researcher/config).

**Please note**: GPT Researcher is optimized and heavily tested on GPT models. Some other models might run intro context limit errors, and unexpected responses.
Please provide any feedback in our [Discord community](https://discord.gg/DUmbTebB) channel, so we can better improve the experience and performance.

Below you can find examples for how to configure the various supported LLMs.

## Custom OpenAI
Expand Down

0 comments on commit 02d84db

Please sign in to comment.