tfk12

Results 3 issues of tfk12

I find it on help.openai.com. but it seems to be incomplete. quite wierd. The main way to keep the conversation focused on a topic is the system message. You can...

### Describe the bug when I upgrade openai to v0.27.0 and reproduce your sample: import openai openai.ChatCompletion.create( model="gpt-3.5-turbo", messages=[ {"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content":...

bug

In face of generation situations, I guess we should set function name to ranking. And as so we should set function_params. That's not so obvious. the following not works for...