langflow icon indicating copy to clipboard operation
langflow copied to clipboard

Features change when langflow is run from the Env Variables

Open edwinjosechittilappilly opened this issue 7 months ago • 4 comments

Bug Description

Open AI models available in default mode is not available when langflow was loaded with .env file with admin login

example. earlier gtp4o mini was available but when i loaded langflow with env variable file it is missing

Reproduction

  1. run langlfow in basic mode: load open ai component: you can see gpt4o mini available.
  2. langflow run --env-file /Users/edwin.jose/Documents/GitHub/amelia/langflowcreds/.env
  3. login with username and cred 4.load OpenAI component : gpt4o mini is missing.

Expected behavior

Both run should have same models. When I check source code too its the same model names being loaded. Suggestion: I would manually edit to get gpt4o mini.

Who can help?

No response

Operating System

Mac OS

Langflow Version

1.0.12

Python Version

3.11

Screenshot

Screenshot 2024-07-25 at 8 05 30 PM Screenshot 2024-07-25 at 8 05 10 PM

Flow File

No response

edwinjosechittilappilly avatar Jul 26 '24 00:07 edwinjosechittilappilly