Skip to content

Commit

Permalink
fix: 修复openai axios没有导入的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Mar 11, 2023
1 parent 0a5a1c2 commit 37157b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/openai_code.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { fetch } from '@tauri-apps/api/http';
import axios from 'axios';
import { get } from '../global/config';

export const info = {
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/openai_polish.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { fetch } from '@tauri-apps/api/http';
import axios from 'axios';
import { get } from '../global/config';

export const info = {
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/openai_summary.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { fetch } from '@tauri-apps/api/http';
import axios from 'axios';
import { get } from '../global/config';

export const info = {
Expand Down

0 comments on commit 37157b6

Please sign in to comment.