zhangxiao
2024-08-12 88b1281f51f590f88ae581d2a14b877da9439250
src/views/dmx/IntelligentAgent/components/agentConfig.vue
@@ -51,7 +51,7 @@
                    <Upload
                      :action="uploadAction"
                      :limit="1"
                      :url="form.icon"
                      :url="httpUrl + form.icon"
                      @update:fileList="updateFileList"
                      @success="handleSuccess"
                    ></Upload>
@@ -314,7 +314,7 @@
let presence_penalty = ref(true);
let frequency_penalty = ref(true);
let max_tokens = ref(true);
const httpUrl = localStorage.getItem('httpUrl');
const height = ref('calc(500px)');
const props = defineProps(['typeAngint', 'formData']);