Skip to content

Commit 4c28a93

Browse files
author
Jet Xu
committed
Changes to be committed:
modified: llama_github/version.py modified: requirements.txt modified: setup.cfg
1 parent 9d302d6 commit 4c28a93

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

llama_github/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.8'
1+
__version__ = '0.2.9'

requirements.txt

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
aiohttp
22
asyncio
3-
dataclasses
43
PyGithub
54
langchain
65
numpy
76
pydantic
87
requests
98
transformers
109
urllib3
11-
platform
12-
subprocess
1310
pydantic_core
1411
langchain_openai
1512
langchain_mistralai
1613
httpx_sse
17-
tokenizers
14+
tokenizers

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = llama-github
3-
version = 0.2.8
3+
version = 0.2.9
44
author = Jet Xu
55
author_email = [email protected]
66
description = 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.

0 commit comments

Comments
 (0)