developersdigest / llm-answer-engine

Build a Perplexity-Inspired Answer Engine Using Next.js, Groq, Llama-3, Langchain, OpenAI, Upstash, Brave & Serper
https://developersdigest.tech
MIT License
4.32k stars 690 forks source link

Open Ai API #5

Closed cathaldempsey closed 3 months ago

cathaldempsey commented 4 months ago

There is another open ai api key being set , removed my own from .env and another still being set - my configuration or being dynamically set somewhere else in the code ?

oliviermills commented 4 months ago

This code version uses GROQ (see the index file) .. so you need to get a GROQ key GROQ_API_KEY .. or adjust the code to take the OPEN_AI key

developersdigest commented 3 months ago

Thanks for responding to this one @oliviermills !