FRIDAY icon indicating copy to clipboard operation
FRIDAY copied to clipboard

[General]: Issue running quick_start script

Open piperwolters opened this issue 1 year ago • 6 comments

I created a conda env and installed everything stated in the README. I made a .env file based on your template and added in my OpenAI key. I have double checked that this API key works outside of the quick_start.py script.

I'm getting the following error when running quick_start.py:

Task:
Your task is: Copy any text file located in the working_dir/document directory that contains the word 'agent' to a new folder named 'agents' 
Operating System Version: Ubuntu 20.04.6 LTS
api call failed: Connection error.
The task list obtained after planning is: None

piperwolters avatar Jun 18 '24 18:06 piperwolters

Can you show me the configuration of your .env file? I suspect there might be an issue there.

heroding77 avatar Jun 19 '24 10:06 heroding77

Here it is, with API key masked out.

MODEL_NAME="gpt-4o-2024-05-13"
MODEL_TYPE="OpenAI" # if use the gpt series (OpenAI), lamma series (LLAMA)
OPENAI_API_KEY="sk-proj-********************"
OPENAI_ORGANIZATION=""
API_BASE_URL="http://127.0.0.1:8079"
OPENAI_BASE_URL=""
BING_SUBSCRIPTION_KEY=""
BING_SEARCH_URL="https://api.bing.microsoft.com/v7.0/search"
WOLFRAMALPHA_APP_ID=""

piperwolters avatar Jun 20 '24 12:06 piperwolters

You might try commenting out the API_BASE_URL and give it another go. This setting is intended for users who require a VPN.

heroding77 avatar Jun 20 '24 13:06 heroding77

Hm, I get the same output with API_BASE_URL commented out.

piperwolters avatar Jun 20 '24 14:06 piperwolters

Could you please take a screenshot of the .env file (with API key masked) and send me the latest entries from the log? This would help me pinpoint the specific issue.

heroding77 avatar Jun 21 '24 03:06 heroding77

Additionally, responses on GitHub might not be very timely. You are welcome to join our Discord to get in touch with us at any time.

heroding77 avatar Jun 21 '24 03:06 heroding77