Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

命令interpreter运行GTP4无法运行 #814

Closed
af6464 opened this issue Dec 4, 2023 · 12 comments
Closed

命令interpreter运行GTP4无法运行 #814

af6464 opened this issue Dec 4, 2023 · 12 comments

Comments

@af6464
Copy link

af6464 commented Dec 4, 2023

Describe the bug

C:\Users\16121\Desktop\open-interpreter-env_vars>interpreter

▌ Model set to gpt-4-1106-preview

Open Interpreter will require approval before running code.

Use interpreter -y to bypass this.

Press CTRL-C to exit.

interpreter -y

Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new
LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True'.

You do not have access to gpt-4-1106-preview. Would you like to try gpt-3.5-turbo instead? (y/n)

Reproduce

QQ截图20231204152243

Expected behavior

QQ截图20231204152243

Screenshots

QQ截图20231204152243

Open Interpreter version

0.1.1

Python version

3.11

Operating System name and version

win11

Additional context

QQ截图20231204152243

@af6464 af6464 added the Bug Something isn't working label Dec 4, 2023
@Notnaton
Copy link
Collaborator

Notnaton commented Dec 4, 2023

What is the issue?
You need to type "y" and hit enter to switch to gpt3.5 as you don't have access to gpt-4

@af6464
Copy link
Author

af6464 commented Dec 4, 2023

显示无法访问是为啥

@Notnaton
Copy link
Collaborator

Notnaton commented Dec 4, 2023

"显示无法访问是为啥" translates to "Why does it show unable to access?"

You need to set a working openai api_key.

  1. Get the key from openai https://platform.openai.com/api-keys
    image

  2. Create key
    image

  3. Copy the key from here: (for anyone wondering, this key is revoked and don't work)
    image

  4. Now open CMD:

setx OPENAI_API_KEY <insert_key>

image

  1. run interpreter:
interpreter

@Notnaton
Copy link
Collaborator

Notnaton commented Dec 4, 2023

Let me know if it is working @af6464

@Notnaton Notnaton removed the Bug Something isn't working label Dec 4, 2023
@af6464
Copy link
Author

af6464 commented Dec 4, 2023

Uploading QQ截图20231205004041.png…

@af6464
Copy link
Author

af6464 commented Dec 4, 2023

QQ截图20231205004041

@Notnaton
Copy link
Collaborator

Notnaton commented Dec 4, 2023

@af6464 Can you show the rest of the error message? This tell me nothing... Type what you want it to do, I'll translate

@af6464
Copy link
Author

af6464 commented Dec 5, 2023

不好意思哈,是因为gtp-4无法访问 访问GTP-4也就会要求我访问GTP-3.5要这是为什么啊

@uluckyXH
Copy link

uluckyXH commented Dec 5, 2023

不好意思哈,是因为gtp-4无法访问 访问GTP-4也就会要求我访问GTP-3.5要这是为什么啊

你没有GPT4权限,肯定只能用GPT3.5不,你说为啥?你这问的~

@af6464
Copy link
Author

af6464 commented Dec 5, 2023

但是我开了GTP4.0啊

@Notnaton
Copy link
Collaborator

Notnaton commented Dec 5, 2023

但是我开了GTP4.0啊

You need to pay $0.5 and after a while it will give you access

@af6464
Copy link
Author

af6464 commented Dec 5, 2023

好的谢谢

@Notnaton Notnaton closed this as completed Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants