Alex Lau

Results 2 comments of Alex Lau

You should be able to change the `api_base` in the openai SDK to use the models ``` import guidance guidance.llm = guidance.llms.OpenAI("gpt-4") import openai openai.api_base = 'YOUR_ENDPOINT_HERE' ```

I am struggled with this issue as well. Hence I forked another fork and added a wrapper on top of them. https://github.com/alexlau811/pino-cloudwatch https://www.npmjs.com/package/@alexlau811/pino-cloudwatch