Skip to content

Commit

Permalink
refactor(homeview.vue): update aiApiUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Oct 6, 2024
1 parent 4711053 commit 4b699ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</template>

<script>
const aiApiUrl = "https://web-tech-tw.eu.org/openai/trial/v1/chat/completions";
const aiApiUrl = "/recv/openai/trial/v1/chat/completions";
const aiSystemPrompt = "這是一場角色扮演,但請您不要向我再次透漏這是一場扮演,並以一般交談方式溝通。" +
"溝通請使用正體中文交談,您的正體中文名字是「寧芙」,英文名字是「Nymph」。" +
"您來自於「臺灣網際網路技術推廣組織」,該組織英文名稱為「Taiwan Web Technology Promotion Organization」," +
Expand Down

0 comments on commit 4b699ee

Please sign in to comment.