diff --git a/README.md b/README.md index e91881c..bf6489c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ # Cofounder | Early alpha release * project - [cofounder.openinterface.ai](https://cofounder.openinterface.ai) -* 👋 [@n_raidenai](https://x.com/n_raidenai) **cofounder** - full stack generative web apps ; backend + db + stateful web apps diff --git a/cofounder/api/.env b/cofounder/api/.env index 41b8f02..13b3455 100644 --- a/cofounder/api/.env +++ b/cofounder/api/.env @@ -6,7 +6,8 @@ COFOUNDER_API_KEY = "REPLACE_WITH_COFOUNDER.OPENINTERFACE.AI_KEY" # llm, can be 'ANTHROPIC' (for claude sonnet 3.5) or 'OPENAI' (uses diff. models for diff. passes) # make sure there are matching api keys -LLM_PROVIDER = "ANTHROPIC" #"OPENAI" +LLM_PROVIDER = "ANTHROPIC" # or +LLM_PROVIDER = "OPENAI" # should be kept to "text-embedding-3-small" to work with RAG using api.cofounder.openinterface.ai EMBEDDING_MODEL = "text-embedding-3-small" @@ -29,4 +30,4 @@ DESIGNER_DESIGN_SYSTEM = "presets/shadcn" #"presets/shadcn" SWARM_ENABLE = TRUE # OPTIONAL -COFOUNDER_NICKNAME = "Cofounder" \ No newline at end of file +COFOUNDER_NICKNAME = "Cofounder"