mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-15 23:14:36 -05:00
ValueError: Please provide an OpenAI API key. You can get one at https://platform.openai.com/account/api-keys #26
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @MahmoudMabrok on GitHub (Jan 1, 2025).
while I am using
chat_github_llama3.pyI get above error when dostreamlit run chat_github_llama3.py@Madhuvod commented on GitHub (Jan 1, 2025):
hey @MahmoudMabrok , thanks for noticing. the file you're taking about needs a GitHub access token and ollama to be run locally to run, and the other script chat_github.py actually needs the openai key, since these were committed few months ago, a lot of changes need to be done with embed chain and .chat() methods were deprecated, so we need to make a few changes to them. I'm on it.
@david101-hunter commented on GitHub (Feb 26, 2025):
Does it support ollama's model?