An open API service indexing awesome lists of open source software.

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

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
```