You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure about the direct call with curl but the library worked for me, using gpt-4-turbo-preview, and adding a 'tools' param into args for $open_ai->chat(). You need to be real careful with the JSON If using json_decode as it will silently fail on JSON errors unless you specifically check:
Describe the feature or improvement you're requesting
does this library not support function calling? Tried but could not get this to work
as also noted in
#98
![image](https://private-user-images.githubusercontent.com/45325278/286012372-68f71be2-a1a2-4862-bf31-81c2fc2fe458.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTQ4OTcsIm5iZiI6MTczOTM1NDU5NywicGF0aCI6Ii80NTMyNTI3OC8yODYwMTIzNzItNjhmNzFiZTItYTFhMi00ODYyLWJmMzEtODFjMmZjMmZlNDU4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEwMDMxN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTcyNTRmMzRjZjJjNjJiZjBlOGY3YTRlOTAzZWZhNjY4ZTIzMzg1OTQ5YmM1MjY3OTNlYWY5Njc5ZTBhMjY2MTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RqDkuSEmBT7eVS32GVbiPfX_v9iv74W40Emuyo9AHcw)
https://platform.openai.com/docs/api-reference/chat/create
Additional context
No response
The text was updated successfully, but these errors were encountered: