Find answers from the community

P
Pico
Offline, last seen last month
Joined September 25, 2024
running into an issue of not connecting, api is in my env, I checked with echo, not sure why its nto working
25 comments
L
P
I’m creating a chatbot and I want it to call an api depending on a tool. Like “what’s the weather in Dallas” and it uses the weather api for Dallas. Is this possible?
3 comments
d
P
Are OpenAI API keys handled differently after the switch? My code no longer works after they swapped to organization keys 😭
13 comments
P
W
L
Hi guys, I started my first RAG project using LlamaIndex and am having trouble importing the openai module in the package.

Im doing
from llama_index.llms import OpenAI
9 comments
P
L