Skip to content

Commit e101588

Browse files
committed
update: md files and fix openai config url
1 parent 7b80038 commit e101588

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: '[Bug]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: '[FEATURE]'
55
labels: ''
66
assignees: ''
77

.github/ISSUE_TEMPLATE/issue.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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.

sample.config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ NETLIFY = "<YOUR_NETLIFY_API_KEY>"
2121
BING = "https://api.bing.microsoft.com/v7.0/search"
2222
GOOGLE = "https://www.googleapis.com/customsearch/v1"
2323
OLLAMA = "http://127.0.0.1:11434"
24-
OPENAI = "https://api.openai.com"
24+
OPENAI = "https://api.openai.com/v1"
2525

2626
[LOGGING]
2727
LOG_REST_API = "true"

0 commit comments

Comments
 (0)