Skip to content

Conversation

@trrwilson
Copy link
Collaborator

Fixes #185 (issue described therein)

@trrwilson trrwilson changed the title Preparation for small 2.0.0-beta.10 release Preparation for small 2.0.0-beta.10 release (code updates) Aug 26, 2024
OpenAIClientOptions options = new()
{
Transport = mockTransport,
Endpoint = new Uri("https://api.openai.com/expected/test/endpoint"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest adding to the test changes in the base address as well not just the path.

Suggested change
Endpoint = new Uri("https://api.openai.com/expected/test/endpoint"),
Endpoint = new Uri("https://my.custom.com/expected/test/endpoint"),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants