-
code fails at
response = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=conversations[session_id],
max_tokens=200
)
where the error points to the version of openai. Sugge…
-
### Describe the issue as clearly as possible:
When I call openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid schema for response_format 'default': In context=('properties', 'de…
-
### Check for existing issues
- [X] Completed
### Describe the feature
Support passing `temperature` to OpenAI models.
### Environment
none
-
### Confirm this is an issue with the Python library and not an underlying OpenAI API
- [X] This is an issue with the Python library
### Describe the bug
I want to migrate my code for the openai = …
-
Hi, in the paper you mentioned the following results in table 1-
AgentCoder (GPT-3.5-turbo) 79.9 (39.4%) 77.4 (81.3%) 89.9 (72.2%) 89.1 (142.1%) 84.1 (77.8%)
But at src/programmer_humaneval.py -
…
-
### Feature Request
OpenAI-Like API support
### Motivation
OpenAI-Like API support
### Your Contribution
OpenAI-Like API support
-
The proxy will act as a 'middleware' receiving http requests for various endpoints (which should be compatible with OpenAI's API standard). Each endpoint simply calls a suitable node, to which the pro…
-
Openai api key and proxy needs subscription,
Is there any alternative that you can suggest us instead of open ai
-
### Checklist
- [X] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests.
- [X] I added a descriptive title and summary to this issue.
##…
-
### Use case
Enable the use of an inbuilt OpenAI classifier without the need to create a custom one.
### Solution/User Experience
Having an inbuilt OpenAI classifier would eliminate the need to wri…