danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.68k stars 2.93k forks source link

[Bug]: Update dotenv.md to show correct ShuttleAI key label #2550

Closed acourter27 closed 4 months ago

acourter27 commented 4 months ago

What happened?

The documentation currently shows SHUTTLEAI_KEY, but the configuration requires SHUTTLEAI_API_KEY. Changing this in the .env fixes the issue.

Documentation should be updated to clear up confusion.

Steps to Reproduce

https://github.com/danny-avila/LibreChat/blob/main/docs/install/configuration/dotenv.md

image

What browsers are you seeing the problem on?

No response

Relevant log output

No response

Screenshots

No response

Code of Conduct

fuegovic commented 4 months ago

The latest .env.example is already updated with the correct value

Docs: image

.env.example file: image

acourter27 commented 4 months ago

In the example, but not the documentation. Can it be updated there too? Or has that just not been pulled in yet?

fuegovic commented 4 months ago

ohhh, I see, in the dotenv doc!

yeah, I forgot to update it there, it's up to date in this other doc tho: https://docs.librechat.ai/install/configuration/ai_endpoints.html#shuttleai

I'll update the dotenv.md, thanks!