Open chadwickallison opened 2 days ago
It has to access api keys from openai and anthropic. Maybe your network is slow. Mine coded a full app in an hour and my wifi stays at a constant 2.5gb download.
This is the first time I have done this.
I followed the directions and I only have the open AI one.
How do I get the other 2? And how do I add them?
Under the API Folder is shows:
import Anthropic from "@anthropic-ai/sdk"; import dotenv from "dotenv"; dotenv.config(); const anthropic = new Anthropic();
============ import fs from "fs"; import OpenAI from "openai"; import dotenv from "dotenv"; dotenv.config();
let openai;
So how do I add them?
@chadwickallison probably you have to edit the file called .env inside the folder cofounder/api/.env
OPENAI_API_KEY = "REPLACE_WITH_OPENAI_KEY"
ANTHROPIC_API_KEY = "REPLACE_WITH_ANTHROPIC_KEY"
COFOUNDER_API_KEY = "REPLACE_WITH_COFOUNDER.OPENINTERFACE.AI_KEY"
And you can ask to google or chatgpt how to obtain these keys from the different providers.
This is taking hours. Is that normal or what are the dependencies?
I'm on a high end MacBook Pro.