openai-cookbook
openai-cookbook copied to clipboard
Add chat endpoint support
trafficstars
- Use regex to match the API endpoint component.
- Add support for the chat/completions endpoint.
- Replace eval with
json.loadsfor more robustness and safety.