openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Add chat endpoint support

Open herobs opened this issue 2 years ago • 0 comments
trafficstars

  1. Use regex to match the API endpoint component.
  2. Add support for the chat/completions endpoint.
  3. Replace eval with json.loads for more robustness and safety.

herobs avatar Mar 18 '23 07:03 herobs