mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
🦙 doc update: llama3 (#2470)
* docs: update breaking_changes.md * docs: update ai_endpoints.md -> llama3 for Ollama and groq * librechat.yaml: update groq models * Update breaking_changes.md logs location * Update breaking_changes.md --------- Co-authored-by: Danny Avila <danny@librechat.ai>
This commit is contained in:
parent
e6310c806a
commit
4196a86fa9
3 changed files with 51 additions and 7 deletions
|
|
@ -11,14 +11,22 @@ weight: -10
|
|||
Certain changes in the updates may impact cookies, leading to unexpected behaviors if not cleared properly.
|
||||
|
||||
---
|
||||
## v0.7.1+
|
||||
|
||||
!!! info "🔍 Google Search Plugin"
|
||||
|
||||
- **[Google Search Plugin](../features/plugins/google_search.md)**: Changed the environment variable for this plugin from `GOOGLE_API_KEY` to `GOOGLE_SEARCH_API_KEY` due to a conflict with the Google Generative AI library pulling this variable automatically. If you are using this plugin, please update your `.env` file accordingly.
|
||||
|
||||
## v0.7.0+
|
||||
|
||||
!!! failure "Error Messages (UI)"
|
||||

|
||||
|
||||
Client-facing error messages now display this warning asking to contact the admin. For the full error consult the console logs or the additional logs located in `./logs`
|
||||
|
||||
!!! warning "🪵Logs Location"
|
||||
|
||||
- The full logs are now in `./logs` (they are still in `./api/logs` for local, non-docker installations)
|
||||
|
||||
!!! warning "🔍 Google Search Plugin"
|
||||
|
||||
- **[Google Search Plugin](../features/plugins/google_search.md)**: Changed the environment variable for this plugin from `GOOGLE_API_KEY` to `GOOGLE_SEARCH_API_KEY` due to a conflict with the Google Generative AI library pulling this variable automatically. If you are using this plugin, please update your `.env` file accordingly.
|
||||
|
||||
!!! info "🗃️ RAG API (Chat with Files)"
|
||||
|
||||
- **RAG API Update**: The default Docker compose files now include a Python API and Vector Database for RAG (Retrieval-Augmented Generation). Read more about this in the [RAG API page](../features/rag_api.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue