@fonoster/autopilot 0.7.5 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -49,7 +49,7 @@ The configuration file has two major sections: `conversationSettings` and `langu
|
|
|
49
49
|
"timeout": 10000,
|
|
50
50
|
"maxTimeoutCount": 3
|
|
51
51
|
}
|
|
52
|
-
|
|
52
|
+
},
|
|
53
53
|
"languageModel": {
|
|
54
54
|
"provider": "openai",
|
|
55
55
|
"model": "gpt-4o-mini",
|
|
@@ -64,7 +64,7 @@ The configuration file has two major sections: `conversationSettings` and `langu
|
|
|
64
64
|
To run the Autopilot, you can use the following command:
|
|
65
65
|
|
|
66
66
|
```sh-session
|
|
67
|
-
$ ASSISTANTS=$(pwd)/assistants.json OPEN_API_KEY=your-
|
|
67
|
+
$ ASSISTANTS=$(pwd)/assistants.json OPEN_API_KEY=your-key autopilot
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
You will see a message like this:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fonoster/autopilot",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.6",
|
|
4
4
|
"description": "Voice AI for the Fonoster platform",
|
|
5
5
|
"author": "Pedro Sanders <psanders@fonoster.com>",
|
|
6
6
|
"homepage": "https://github.com/fonoster/fonoster#readme",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"typescript": "^5.5.4"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "a02de2f037aaa9bc197e97c147ac9affe6cc69bb"
|
|
58
58
|
}
|