Skip to content

Commit

Permalink
swagger compatibility fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rag2111 committed May 14, 2024
1 parent 593b8c4 commit b1862eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenAI.Plugin.FSI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Description = "This is a plugin that compares financial products against that provides in the prompt",
},
Servers = DefaultOpenApiConfigurationOptions.GetHostNames(),
OpenApiVersion = OpenApiVersionType.V3,
OpenApiVersion = OpenApiVersionType.V2,
ForceHttps = false,
ForceHttp = false,
};
Expand Down

0 comments on commit b1862eb

Please sign in to comment.