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

API Key #184

Closed
chiqorein opened this issue Oct 14, 2023 · 7 comments
Closed

API Key #184

chiqorein opened this issue Oct 14, 2023 · 7 comments

Comments

@chiqorein
Copy link

chiqorein commented Oct 14, 2023

While installation during fourth step Set OpenAI API Key. I am getting this error called The filename, directory name, or volume label syntax is incorrect. . Please someone resolve this

@LeBulius
Copy link

Same

@yashpundir
Copy link

If on windows, setting the API key using the set varname="value" command did work for me.

@LeBulius
Copy link

I used set OPENAI_API_KEY=abc123

@ManindraDeMel
Copy link
Contributor

try using powershell. Use this for powershell $env:OPENAI_API_KEY="your_OpenAI_API_key"

@MaelHan
Copy link

MaelHan commented Oct 22, 2023

But if i use LLM Studio guys, how i change the API url by mine ?

@thinkwee
Copy link
Collaborator

please refer to issue #27

@Alphamasterliu
Copy link
Contributor

Hello, regarding the configuration of the OpenAI API, please use if on windows:
set OPENAI_API_KEY=[your api key] on cmd
$env:OPENAI_API_KEY="[your api key]" on powershell
If you are considering using other models or local models, you can refer to #27; #53
Thank you for your support and trying out ChatDev. Feel free to ask any questions you may have 😊

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

7 participants