Open buhe opened 1 year ago
Hi, great project
components.path = [configuration.api?.path, request.path] .compactMap { $0 } .joined()
Path cannot be specified exactly, like https://docs.llama-api.com/essentials/chat need path is https://api.llama-api.com/chat/completions .
BR
buhe
May be update
components.path = configuration.api?.path ?? request.path
?
Hi, great project
Path cannot be specified exactly, like https://docs.llama-api.com/essentials/chat need path is https://api.llama-api.com/chat/completions .
BR
buhe