llama-github 0.2.2__py3-none-any.whl → 0.2.3__py3-none-any.whl

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.
@@ -185,7 +185,7 @@ class Repository:
185
185
  '.gitattributes', '.gitmodules',
186
186
 
187
187
  # Documentation and resource files
188
- '.min.js', '.min.css', '.map', '.po', '.mo', '.pot',
188
+ '.min.js', '.min.css', '.map', '.po', '.mo', '.pot', '.drawio',
189
189
  '.ttf', '.otf', '.eot', '.woff', '.woff2', # Fonts
190
190
 
191
191
  # Configuration and data files
@@ -68,7 +68,7 @@ class LLMManager:
68
68
  self.model_type = "Custom_langchain_llm"
69
69
  elif mistral_api_key is not None and mistral_api_key != "" and self.llm is None:
70
70
  logger.info("Initializing Mistral API...")
71
- self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="mistral-large-2407")
71
+ self.llm = ChatMistralAI(mistral_api_key=mistral_api_key, model="mistral-large-2411")
72
72
  self.llm_simple = ChatMistralAI(mistral_api_key=mistral_api_key, model="open-mistral-nemo")
73
73
  self.model_type = "OpenAI"
74
74
  elif openai_api_key is not None and openai_api_key != "" and self.llm is None:
llama_github/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = '0.2.2'
1
+ __version__ = '0.2.3'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: llama-github
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Llama-github is an open-source Python library that empowers LLM Chatbots, AI Agents, and Auto-dev Agents to conduct Retrieval from actively selected GitHub public projects. It Augments through LLMs and Generates context for any coding question, in order to streamline the development of sophisticated AI-driven applications.
5
5
  Home-page: https://github.com/JetXu-LLM/llama-github
6
6
  Author: Jet Xu
@@ -24,10 +24,10 @@ Requires-Dist: urllib3
24
24
  Requires-Dist: sys
25
25
  Requires-Dist: platform
26
26
  Requires-Dist: subprocess
27
- Requires-Dist: pydantic-core
28
- Requires-Dist: langchain-openai
29
- Requires-Dist: langchain-mistralai
30
- Requires-Dist: httpx-sse
27
+ Requires-Dist: pydantic_core
28
+ Requires-Dist: langchain_openai
29
+ Requires-Dist: langchain_mistralai
30
+ Requires-Dist: httpx_sse
31
31
  Requires-Dist: tokenizers
32
32
  Provides-Extra: dev
33
33
  Requires-Dist: pytest; extra == "dev"
@@ -156,6 +156,11 @@ All notable changes to this project will be documented in this file.
156
156
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
157
157
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
158
158
 
159
+ ## [0.2.3] - 2024-11-24
160
+
161
+ ### Optimized
162
+ - Upgrade to mistral-large-2411
163
+
159
164
  ## [0.2.2] - 2024-11-19
160
165
 
161
166
  ### Optimized
@@ -2,25 +2,25 @@ llama_github/__init__.py,sha256=2xPPxM0ciKZMrIxjT6AgM13AsZ4m2Y3cMvKWt_z8aec,104
2
2
  llama_github/github_rag.py,sha256=QV0PIVFeTIflS9IDPG2Gxk2XdpruBicIhFgyudqxCVM,24175
3
3
  llama_github/logger.py,sha256=Ugm2XHgC0uYpKnk5p6zDTCPMTLWB-OtU4NNGGzBcrq8,471
4
4
  llama_github/utils.py,sha256=MGED9AxjdyHg8EPPRvLHW15nduj3C0RmuDmCUMr3TpE,12394
5
- llama_github/version.py,sha256=QQ0yjZQnvXM7JeLLZEZWX6NmVUPu1lSROWOXF49_gug,22
5
+ llama_github/version.py,sha256=XtWUl6HPylv5jZLd2KkgtPptuzuda93kC2REmOrF-Cs,22
6
6
  llama_github/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  llama_github/config/config.json,sha256=6AYUquAIAanmaihklUTIbf4vd2iACxibCx0xaHKw7Ek,13060
8
8
  llama_github/config/config.py,sha256=L_R52mnzSskiG14dSBJtlGY-drm7CaSvbXtHYf1DvEc,838
9
9
  llama_github/data_retrieval/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
10
  llama_github/data_retrieval/github_api.py,sha256=iupXWfL_s0PgJJMbTduy9hgEPcVuGtBYGNDTdWp2wKY,15059
11
- llama_github/data_retrieval/github_entities.py,sha256=DXx8-F9zt9izxc9HdE8YN0S-kholaJ4etMYHMxCzyFc,39734
11
+ llama_github/data_retrieval/github_entities.py,sha256=JFH6vNtphJQF0QTVZaGb9mrOahTlTKYhwu4gFUVlucs,39745
12
12
  llama_github/features/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  llama_github/features/feature_flags.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  llama_github/features/insider_features.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  llama_github/github_integration/__init__.py,sha256=gjhb8JRMQoRQftB5gn-m5t8ivA-95uy8KrXy1vafmgg,233
16
16
  llama_github/github_integration/github_auth_manager.py,sha256=a3HHoTJysbimmJ_rTWL3cFUHdjkd_bmoaP2ltNxj6uU,13511
17
17
  llama_github/llm_integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
- llama_github/llm_integration/initial_load.py,sha256=gHCKb6mEo0Swm2VL-evoShYUun_ffbrr9IHLoGgCTVE,6755
18
+ llama_github/llm_integration/initial_load.py,sha256=JL7GBEG9uFYO1n5ncJwEbSroHHn9OfjPFos1y3ewvTk,6755
19
19
  llama_github/llm_integration/llm_handler.py,sha256=Ca9I9XKvWE-AWeS6w7bmAAvPQ-z7bFkIYlP4TLyGZkg,6239
20
20
  llama_github/rag_processing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
21
21
  llama_github/rag_processing/rag_processor.py,sha256=sbR2xEwlfUf0jpH814tlc9TbTSmeZO1a8BBW0Dv9rKc,21766
22
- llama_github-0.2.2.dist-info/LICENSE,sha256=9CUEevIOjB5eE45tRcOCdW4tL0FNaVob1oZcKYexqP8,11340
23
- llama_github-0.2.2.dist-info/METADATA,sha256=8r5_V6NnELIaISuOQs_uhG9_qGGpiXZ5jl4SaXVUmp0,13331
24
- llama_github-0.2.2.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
25
- llama_github-0.2.2.dist-info/top_level.txt,sha256=0mFHmqex3KroFVRaJHPDsxjFh-tGzzCs3czx_wlPDK8,13
26
- llama_github-0.2.2.dist-info/RECORD,,
22
+ llama_github-0.2.3.dist-info/LICENSE,sha256=9CUEevIOjB5eE45tRcOCdW4tL0FNaVob1oZcKYexqP8,11340
23
+ llama_github-0.2.3.dist-info/METADATA,sha256=O7ggC2FM59J2avtVHqi0HqiUPoow-Gg38Yi-NaXj9R4,13403
24
+ llama_github-0.2.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
25
+ llama_github-0.2.3.dist-info/top_level.txt,sha256=0mFHmqex3KroFVRaJHPDsxjFh-tGzzCs3czx_wlPDK8,13
26
+ llama_github-0.2.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.5.0)
2
+ Generator: setuptools (75.6.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5