self-operating-computer
self-operating-computer copied to clipboard
[Question] About the Third-party API
[Question] How can I integrate a third-party API? Is it enough to change the client.base_url in config.py to the URL of the third-party API, such as client.base_url = "https://api.example.com" ? Do I also need to add something like /v1/chat/completions to the URL?
Thank you very much!