Commit 7984f753 authored by brent's avatar brent

first commit

parent cde532c2
...@@ -218,7 +218,6 @@ async function instruct() { ...@@ -218,7 +218,6 @@ async function instruct() {
// AI 使用方法 // AI 使用方法
const ai_options = new AIOptions({ const ai_options = new AIOptions({
appId: 'k3ebyfaSz8b87xJb_VyEGXx_AJ0MM8ngqU7Ym3AKeW8A', appId: 'k3ebyfaSz8b87xJb_VyEGXx_AJ0MM8ngqU7Ym3AKeW8A',
ai_server: "http://localhost:8088"
}) })
const aonet = new AI(ai_options) const aonet = new AI(ai_options)
...@@ -268,7 +267,6 @@ async function grenerate(image_description) { ...@@ -268,7 +267,6 @@ async function grenerate(image_description) {
// AI 使用方法 // AI 使用方法
const ai_options = new AIOptions({ const ai_options = new AIOptions({
appId: 'k3ebyfaSz8b87xJb_VyEGXx_AJ0MM8ngqU7Ym3AKeW8A', appId: 'k3ebyfaSz8b87xJb_VyEGXx_AJ0MM8ngqU7Ym3AKeW8A',
ai_server: "http://localhost:8088"
}) })
const aonet = new AI(ai_options) const aonet = new AI(ai_options)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment