https://github.com/ekaone/test-functioncall
test functioncall openai
https://github.com/ekaone/test-functioncall
function-calling openai-api
Last synced: 9 months ago
JSON representation
test functioncall openai
- Host: GitHub
- URL: https://github.com/ekaone/test-functioncall
- Owner: ekaone
- Created: 2024-02-26T04:25:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T12:33:30.000Z (over 2 years ago)
- Last Synced: 2024-02-27T13:46:04.175Z (over 2 years ago)
- Topics: function-calling, openai-api
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Test function call
## Run
```javascript
npm run start
```
## Sample Output
**Prompt**
```
"what's time and weather in Tokyo, also please show me 2 name list active status?"
```
**Output**
```
The current temperature in Tokyo is 10°C. The time in Tokyo is 21:31:08. Here are two names with active status:
1. John, age 20
2. Bob, age 25
```