Closed C018 closed 10 months ago
Can openai_api_base support https://xx.com? After customization, it reported an error: Something went wrong during completion. Reason: Invalid response object from API: '404 Not Found' (HTTP response code was 404).
openai_api_base example: http://example.com/v1, the end without '/'
http://example.com/v1
without openai_api_base: http://192.168.0.55:5000/v1
Can openai_api_base support https://xx.com? After customization, it reported an error: Something went wrong during completion. Reason: Invalid response object from API: '404 Not Found' (HTTP response code was 404).