Commit History

chore: Add stream method to LaasApiClient for streaming chat completions API response
3a47e80

jeongsk commited on

Update LaasApiClient class to include the chat_completions method for making API calls to the chat completions endpoint. This allows users to interact with the chat completions API and receive responses. Also, remove the unused 'hash' parameter from the call_llm_preset method.
8f13578

jeongsk commited on

chore: Refactor LaasApiClient class for improved readability and error handling
dee0a33

jeongsk commited on

chore: Add LaasApiClient class for making API calls to the LAAS service
8ceaf47

jeongsk commited on