mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-08 23:58:06 -05:00
The New Archon (Beta) - The Operating System for AI Coding Assistants!
This commit is contained in:
19
original_archon/iterations/v1-single-agent/.env.example
Normal file
19
original_archon/iterations/v1-single-agent/.env.example
Normal file
@@ -0,0 +1,19 @@
|
||||
# Get your Open AI API Key by following these instructions -
|
||||
# https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key
|
||||
# You only need this environment variable set if you are using GPT (and not Ollama)
|
||||
OPENAI_API_KEY=
|
||||
|
||||
# For the Supabase version (sample_supabase_agent.py), set your Supabase URL and Service Key.
|
||||
# Get your SUPABASE_URL from the API section of your Supabase project settings -
|
||||
# https://supabase.com/dashboard/project/<your project ID>/settings/api
|
||||
SUPABASE_URL=
|
||||
|
||||
# Get your SUPABASE_SERVICE_KEY from the API section of your Supabase project settings -
|
||||
# https://supabase.com/dashboard/project/<your project ID>/settings/api
|
||||
# On this page it is called the service_role secret.
|
||||
SUPABASE_SERVICE_KEY=
|
||||
|
||||
# The LLM you want to use from OpenAI. See the list of models here:
|
||||
# https://platform.openai.com/docs/models
|
||||
# Example: gpt-4o-mini
|
||||
LLM_MODEL=
|
||||
Reference in New Issue
Block a user