Skip to content

Commit

Permalink
updates README with information about claude-3-opus
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraschauer committed Jul 5, 2024
1 parent f4139d4 commit 896c704
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions prospector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ You also need to point the `ai_core_sk` parameter to a file contianing the secre

<details><summary><b>Use personal third party provider</b></summary>

Implemented third party providers are **OpenAI**, **Google** and **Mistral**.
Implemented third party providers are **OpenAI**, **Google**, **Mistral**, and **Anthropic**.

1. You will need the following parameters in *config.yaml*:
```yaml
Expand All @@ -102,14 +102,15 @@ Implemented third party providers are **OpenAI**, **Google** and **Mistral**.
1. [OpenAI](https://platform.openai.com/docs/models)
2. [Google](https://ai.google.dev/gemini-api/docs/models/gemini)
3. [Mistral](https://docs.mistral.ai/getting-started/models/)
4. [Anthropic](https://docs.anthropic.com/en/docs/about-claude/models)

The `temperature` parameter is optional. The default value is 0.0, but you can change it to something else.

2. Make sure to add your OpenAI API key to your `.env` file as `[OPENAI|GOOGLE|MISTRAL]_API_KEY`.
2. Make sure to add your OpenAI API key to your `.env` file as `[OPENAI|GOOGLE|MISTRAL|ANTHROPIC]_API_KEY`.

</details>

####
#### How to use LLM Support for different things

You can set the `use_llm_<...>` parameters in *config.yaml* for fine-grained control over LLM support in various aspects of Prospector's phases. Each `use_llm_<...>` parameter allows you to enable or disable LLM support for a specific aspect:

Expand Down

0 comments on commit 896c704

Please sign in to comment.