Search found 8 matches
- Fri Dec 15, 2023 2:36 pm
- Forum: ESP-BOX 中文讨论版
- Topic: [esp32-s3-box] API Key is not valid
- Replies: 2
- Views: 54958
[esp32-s3-box] API Key is not valid
I 使用 ngix 配置 https://api.openai.com 接口, stored Base URL: https://openai.allsoftcould.xyz/v1 esp box 还是显示 "API Key is not valid", log 如下: chatgpt_demo % idf.py -p /dev/cu.usbmodem141201 monitor Executing action: monitor Running idf_monitor in directory /Users/xxx/esp-box/examples/chatgpt_demo Executi...
- Fri Dec 15, 2023 2:33 pm
- Forum: ESP-IDF
- Topic: [esp32-s3-box] API Key is not valid
- Replies: 0
- Views: 31589
[esp32-s3-box] API Key is not valid
I used ngix for https://api.openai.com Interface configuration, settings: stored Base URL: https://openai.allsoftcould.xyz/v1 The esp box still displays "API Key is not valid", and the log update shows the following: chatgpt_demo % idf.py -p /dev/cu.usbmodem141201 monitor Executing action: monitor R...
- Sat Dec 09, 2023 6:40 am
- Forum: ESP-BOX 中文讨论版
- Topic: esp32-box开发板跑chatgpt_demo项目相关问题
- Replies: 8
- Views: 46128
Re: esp32-box开发板跑chatgpt_demo项目相关问题
我是付费的,也是这个问题,并且有充值。
应该是baseurl的问题吧,解决了吗?是不是要设置代理的Create transcription
POST https://api.openai.com/v1/audio/transcriptions接口?谁有,谢谢。
应该是baseurl的问题吧,解决了吗?是不是要设置代理的Create transcription
POST https://api.openai.com/v1/audio/transcriptions接口?谁有,谢谢。
- Fri Dec 08, 2023 2:29 pm
- Forum: ESP-BOX 中文讨论版
- Topic: E (1540) ESP-BOX-3: Touch not found
- Replies: 1
- Views: 36225
E (1540) ESP-BOX-3: Touch not found
I (1409) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 E (1540) ESP-BOX-3: Touch not found ESP_ERROR_CHECK failed: esp_err_t 0x105 (ESP_ERR_NOT_FOUND) at 0x420101ff 0x420101ff: bsp_display_indev_init at /Users/lomon/esp-box/examples/chatgpt_demo/managed_compon...
- Fri Dec 01, 2023 2:13 pm
- Forum: ESP-IDF 中文讨论版
- Topic: esp-rom-elfs doesn't have a compatible version for macOS
- Replies: 0
- Views: 17805
esp-rom-elfs doesn't have a compatible version for macOS
esp-idf-v5.1.2.zip progress: 100.00% (1172381.99 / 1172381.99) KB Downloaded v5.1.2 (release version). Extracted /Users/lomon/espressif/esp-idf-v5.1.2.zip in /Users/lomon/espressif. esp-rom-elfs doesn't have a compatible version for macOS OS:MacOS Sonoma version 14.1.1 Vscode info: Version: 1.84.2 (...
- Fri Dec 01, 2023 7:55 am
- Forum: ESP-IDF
- Topic: esp-rom-elfs doesn't have a compatible version for macos
- Replies: 0
- Views: 3948
esp-rom-elfs doesn't have a compatible version for macos
esp-idf-v5.1.2.zip progress: 100.00% (1172381.99 / 1172381.99) KB Downloaded v5.1.2 (release version). Extracted /Users/lomon/espressif/esp-idf-v5.1.2.zip in /Users/lomon/espressif. esp-rom-elfs doesn't have a compatible version for macOS OS:MacOS Sonoma version 14.1.1 Vscode info: Version: 1.84.2 (...
- Mon Jul 10, 2023 7:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: 首次用vscode编译helloworld问题
- Replies: 2
- Views: 3785
Re: 首次用vscode编译helloworld问题
macos 13.2.1 vscode Version: 1.79.2 (Universal) esp-idf v5.1.0 你好,我是mac电脑安装了vscode和esp-idf。为什么显示identifier "CONFIG_IDF_TARGET" is undefined和identifier "CONFIG_FREERTOS_HZ" is undefined,是不是哪里没有配置好。 [{ "resource": "/Users/lomon/esp/example/hello_world/hello_world/main/hello_world_main.c", "owner": "C/...
- Sat Jul 08, 2023 12:41 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 首次用vscode编译helloworld问题
- Replies: 2
- Views: 3785
首次用vscode编译helloworld问题
你好,我是mac电脑安装了vscode和esp-idf。为什么显示identifier "CONFIG_IDF_TARGET" is undefined和identifier "CONFIG_FREERTOS_HZ" is undefined,是不是哪里没有配置好。