Skip to content

Commit

Permalink
feat: support GPT-4o infiniflow#771 and hide the add button when the …
Browse files Browse the repository at this point in the history
…folder is a knowledge base (infiniflow#775)

### What problem does this PR solve?

feat: support GPT-4o  infiniflow#771 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 committed May 15, 2024
1 parent aa1c915 commit 234afb2
Show file tree
Hide file tree
Showing 6 changed files with 4,143 additions and 2,186 deletions.
4 changes: 3 additions & 1 deletion web/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ export default defineConfig({
copy: ['src/conf.json'],
proxy: {
'/v1': {
target: 'http://123.60.95.134:9380/',
target: '',
changeOrigin: true,
ws: true,
logger: console,
// pathRewrite: { '^/v1': '/v1' },
},
},
Expand Down
Loading

0 comments on commit 234afb2

Please sign in to comment.