ai-ebash 0.1.8__tar.gz → 0.1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ai_ebash-0.1.9/MANIFEST.in +1 -0
- {ai_ebash-0.1.8/src/ai_ebash.egg-info → ai_ebash-0.1.9}/PKG-INFO +1 -1
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/pyproject.toml +1 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/setup.cfg +1 -1
- {ai_ebash-0.1.8 → ai_ebash-0.1.9/src/ai_ebash.egg-info}/PKG-INFO +1 -1
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/ai_ebash.egg-info/SOURCES.txt +1 -0
- ai_ebash-0.1.9/src/aiebash/default_config.ini +12 -0
- ai_ebash-0.1.8/MANIFEST.in +0 -1
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/README.md +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/ai_ebash.egg-info/dependency_links.txt +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/ai_ebash.egg-info/entry_points.txt +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/ai_ebash.egg-info/requires.txt +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/ai_ebash.egg-info/top_level.txt +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/__init__.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/__main__.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/api_client.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/block_runner.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/formatter_text.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/llm_factory.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/llm_interface.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/openai_client.py +0 -0
- {ai_ebash-0.1.8 → ai_ebash-0.1.9}/src/aiebash/settings.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
include src/aiebash/default_config.ini
|
@@ -0,0 +1,12 @@
|
|
1
|
+
[global]
|
2
|
+
#api_url = https://openai-proxy.andrey-bch-1976.workers.dev/v1/chat/completions
|
3
|
+
#api_key =
|
4
|
+
#model = gpt-4o-mini
|
5
|
+
context = Ты профессиональный системный администратор, помощник по Linux. Пользователь - новичок в Linux, помоги ему. Система Ubuntu, оболочка $SHELL. При ответе учитывай, что пользователь работает в терминале Bash.Отвечай всегда на русском языке. Ты разговариваешь с пользователем в терминале.
|
6
|
+
debug = False
|
7
|
+
|
8
|
+
[openai_over_proxy]
|
9
|
+
BACKEND=openai_over_proxy
|
10
|
+
MODEL=gpt-4o-mini
|
11
|
+
API_URL=https://openai-proxy.andrey-bch-1976.workers.dev/v1/chat/completions
|
12
|
+
API_KEY=
|
ai_ebash-0.1.8/MANIFEST.in
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
include aiebash/default_config.ini
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|