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

Documentation update #56

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Please CLI

Copyright 2023 TNG Technology Consulting GmbH
Copyright 2025 TNG Technology Consulting GmbH

This product includes software developed at
TNG Technology Consulting GmbH (https://www.tngtech.com/).
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,19 @@ If you receive the following error message:

```bash
Error: Received HTTP status 404
The model: gpt-4 does not exist
```

The API key you are using is not authorized to use GPT-4. You may also want to use the `--legacy` flag to use GPT-3.5 instead.
You can also apply for GPT4 API access here: https://openai.com/waitlist/gpt-4-api
There probably is an issue with your base URL. Please check the OpenAI API base URL in your environment variables.


```bash
Error: Received HTTP status 401
```

There probably is an issue with your OpenAI API key. Please check the OpenAI API key in your environment variables.

## License

Please CLI is published under the Apache License 2.0, see http://www.apache.org/licenses/LICENSE-2.0 for details.

Copyright 2023 TNG Technology Consulting GmbH
Copyright 2025 TNG Technology Consulting GmbH
Loading