We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2649f commit 1eea84aCopy full SHA for 1eea84a
1 file changed
agents/langflow/simple_tool_calling_agent/local/.env.example
@@ -0,0 +1,11 @@
1
+# PostgreSQL
2
+POSTGRES_USER=langflow
3
+POSTGRES_PASSWORD=langflow
4
+POSTGRES_DB=langflow
5
+
6
+# Ollama — model to pull on first run
7
+OLLAMA_MODEL=qwen2.5:7b
8
9
+# To use a remote model endpoint instead of Ollama, set:
10
+# OPENAI_API_BASE=https://your-cluster-model-endpoint/v1
11
+# OPENAI_API_KEY=your-key
0 commit comments