APIs list improved in the README. Fixes #382
This commit is contained in:
parent
a1400e9bfd
commit
98d62b9a82
1 changed files with 28 additions and 29 deletions
59
README.md
59
README.md
|
|
@ -17,39 +17,38 @@ Using an API integration, you can activate some automatic features:
|
|||
<br>
|
||||
|
||||
|
||||
> [!TIP]
|
||||
> **Using ChatGPT**
|
||||
> [!NOTE]
|
||||
> **Available Integrations**
|
||||
> - **ChatGPT Web**
|
||||
> - There is no need for an API key!
|
||||
>
|
||||
> There is no need for an API key and is possibile to use this extension even with a free account, using the **ChatGPT web interface**!
|
||||
> <br>
|
||||
>
|
||||
> If you want to connect with the OpenAI API integration, instead, you can use an **API Key**!
|
||||
> - **OpenAI API**
|
||||
> - Connect directly to ChatGPT using your API key.
|
||||
>
|
||||
> <br>
|
||||
>
|
||||
> - **Google Gemini**
|
||||
> - You can use also the _System Instructions_ option if needed.
|
||||
>
|
||||
> <br>
|
||||
>
|
||||
> - **Using Ollama**
|
||||
> - Just remember to add `OLLAMA_ORIGINS = moz-extension://*` to the Ollama server environment variables.
|
||||
> - [More info about CORS](https://micz.it/thunderbird-addon-thunderai/ollama-cors-information/)
|
||||
>
|
||||
> <br>
|
||||
>
|
||||
> - **OpenAI Compatible API**
|
||||
> - You can also use a local OpenAI Compatible API server, like LM Studio or Mistral AI!
|
||||
> - There is also an option to remove the "v1" segment from the API url, if needed, and to manually set the model name if the server doesn't have a models list endpoint.
|
||||
>
|
||||
> <br>
|
||||
>
|
||||
> - **Anthropic API**
|
||||
> - Use Claude directly!
|
||||
|
||||
<br>
|
||||
|
||||
> [!TIP]
|
||||
> **Using Google Gemini**
|
||||
>
|
||||
> Connect directly with Google Gemini API, using also the _System Instructions_ option if needed.
|
||||
|
||||
<br>
|
||||
|
||||
> [!TIP]
|
||||
> **Using Ollama**
|
||||
>
|
||||
> It's also possible to use a local Ollama server!
|
||||
>
|
||||
> Just remember to add `OLLAMA_ORIGINS = moz-extension://*` to the Ollama server environment variables.
|
||||
>
|
||||
> [More info about CORS](https://micz.it/thunderbird-addon-thunderai/ollama-cors-information/)
|
||||
|
||||
<br>
|
||||
|
||||
> [!TIP]
|
||||
> **Using an OpenAI Compatible API**
|
||||
>
|
||||
> You can also use a local OpenAI Compatible API server, like LM Studio or Mistral AI!
|
||||
>
|
||||
> There is also an option to remove the "v1" segment from the API url, if needed, and to manually set the model name if the server doesn't have a models list endpoint.
|
||||
|
||||
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in a new issue