Commit 831df42
committed
fix: adapt OpenAI client for AI Foundry compatibility
Modify API parameter handling in OpenAILLM to properly support AI Foundry endpoints:
- Add special case for AI Foundry endpoints
- Remove unsupported parameters for o-series models
- Update URL detection for Azure endpoints
- Improve parameter cleaning for different API variants1 parent 2b02ea7 commit 831df42
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
47 | 52 | | |
48 | 53 | | |
49 | 54 | | |
| |||
0 commit comments