File tree 4 files changed +40
-3
lines changed
4 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
3
about : Create a report to help us improve
4
- title : ' '
4
+ title : ' [Bug] '
5
5
labels : ' '
6
6
assignees : ' '
7
7
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Feature request
3
3
about : Suggest an idea for this project
4
- title : ' '
4
+ title : ' [FEATURE] '
5
5
labels : ' '
6
6
assignees : ' '
7
7
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Issue
3
+ about : Create a report to help us improve
4
+ title : ' [ISSUE]'
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+ <!-- NOTE: check if a similar issue is already submitted. Please search among the [Issues] -->
10
+
11
+ ### Describe your issue
12
+ A clear and concise description of what the issue is.
13
+
14
+ ### How To Reproduce
15
+ Steps to reproduce the behavior (example):
16
+ 1 . {steps_1}
17
+ 2 . {steps_2}
18
+ 3 . {steps_3}
19
+
20
+ ### Expected behavior
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ ### Screenshots and logs
24
+ must share logs from frontend or backend. also If applicable, add screenshots to help explain your problem.
25
+
26
+ ### Configuration
27
+ ```
28
+ - OS: [e.g. Windows, Linux, MacOS]
29
+ - Python version: [e.g. 3.10]
30
+ - Node version: [e.g. 18.0.0]
31
+ - bun version: [e.g. 0.1.0]
32
+ - search engine: [e.g. google]
33
+ - Model: [e.g. gpt, cluade]
34
+ ```
35
+
36
+ #### Additional context
37
+ Add any other context about the problem here.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ NETLIFY = "<YOUR_NETLIFY_API_KEY>"
21
21
BING = " https://api.bing.microsoft.com/v7.0/search"
22
22
GOOGLE = " https://www.googleapis.com/customsearch/v1"
23
23
OLLAMA = " http://127.0.0.1:11434"
24
- OPENAI = " https://api.openai.com"
24
+ OPENAI = " https://api.openai.com/v1 "
25
25
26
26
[LOGGING ]
27
27
LOG_REST_API = " true"
You can’t perform that action at this time.
0 commit comments