Open dougmorato opened 1 year ago
I had the same issue doing the same thing. I tried to clean up the npm fund list with npm install. Managed to get further to:
Entering new agent_executor chain...
(node:2133) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ...
to show where the warning was created)
AxiosError: Request failed with status code 429
It responds back to telegram now: Whoops! There was an error while talking to OpenAI. See logs for details.
I got this error because I wasn't on the GPT-4 API access list.
But I'm using OPENAI_MODEL=gpt-3.5-turbo ?
Check #2
There's a bug with 3.5 that still accepts querys too long.
Check #2
There's a bug with 3.5 that still accepts querys too long.
Sorry that reply wasn't too clear. See #2 for my solution to this problem. Note, the value should be lowr, something like 1000
Check #2 There's a bug with 3.5 that still accepts querys too long.
Sorry that reply wasn't too clear. See #2 for my solution to this problem. Note, the value should be lowr, something like 1000
tried that still no luck. I wonder if port undefined is the issue. I bet I'm missing something from npm fund.
Healthcheck server listening on port undefined
Bot started
Input: what is 1 + 1?
Entering new agent_executor chain...
(node:3532) ExperimentalWarning: The Fetch API is an experimental feature. This feature could change at any time
(Use node --trace-warnings ...
to show where the warning was created)
AxiosError: Request failed with status code 429
at createError (/root/telegram-chatgpt-concierge-bot/node_modules/langchain/dist/util/axios-fetch-adapter.cjs:313:16)
at settle (/root/telegram-chatgpt-concierge-bot/node_modules/langchain/src/util/axios-fetch-adapter.js:47:3)
at /root/telegram-chatgpt-concierge-bot/node_modules/langchain/dist/util/axios-fetch-adapter.cjs:181:19
at new Promise (
Hello,
Thank you for creating and sharing this. I saw the entry on Hacker News and tried to run this code but I only get errors.
node version = v18.15.0 npm version = 9.5.0 repository version : d6312ee46f1a24637c2937a0c216250cd2c886df - Date: Tue Apr 11 11:29:18 2023 +0200
I entered the .env settings details as instructed, both without double quotes and including double quotes for the string values of the API keys. I also tried using GPT 3.5 turbo as instructed on the readme without success.
Any ideas on what I should do ?
Error trace: