Activity
Mon
Wed
Fri
Sun
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
What is this?
Less
More

Memberships

University of Code

5.3k members • Free

2 contributions to University of Code
Error: OpenAI or Azure OpenAI API key or Token Provider not found
Hey community, please help me. @Sonny Sangha @Jay Rathod I keep getting these errors, and I even tried using OPEN_AI key directly, but I keep getting this error. Can someone please help me..!
Error: OpenAI or Azure OpenAI API key or Token Provider not found
0 likes • Jul '24
I got the same error. and all the code is correct and the ApiKey has been change to a new one and still the same error, you have to install the npm install openai@^4.0.0 for the key to work.
Please Help
Need help figuring this out. Assistly youtube project Mutation for the ADD_CHARACTERISTIC is not populating the db with the mutation all the code is correct I think I'm missing something here? JS: const handleAddCharacteristic = async (content: string) => { try { const promise = addCharacteristic({ variables: { chatbotId: Number(id), content, }, }); toast.promise(promise, { loading: "Adding...", success: "Information added", error: "Failed to add Information", }) } catch (error) { console.error("Failed to add characteristic", error) } } Mutation: export const ADD_CHARACTERISTIC = gql` mutation AddCharacteristic($chatbotId: Int!, $content: String!) { insertChatbot_characteristics(chatbot_id: $chatbotId, content: $content) { id content created_at } } `; Am I missing something here?
1-2 of 2
Clay Huntly
1
2points to level up
@clay-huntly-8647
Web Dev

Active 425d ago
Joined Jul 25, 2024
Powered by