Skip to content

Commit ea6229d

Browse files
committed
Updat eversion code
1 parent 18f35c9 commit ea6229d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GroqCall.ai - Lightning-Fast LLM Function Calls
22

33
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1q3is7qynCsx4s7FBznCfTMnokbKWIv1F?usp=sharing)
4-
[![Version](https://img.shields.io/badge/version-0.0.1-blue.svg)](https://github.com/unclecode/groqcall)
4+
[![Version](https://img.shields.io/badge/version-0.0.2-blue.svg)](https://github.com/unclecode/groqcall)
55
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
66

77
GroqCall is a proxy server that enables lightning-fast function calls for Groq's Language Processing Unit (LPU) and other AI providers. It simplifies the creation of AI assistants by offering a wide range of built-in functions hosted on the cloud.

app/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def index(request: Request):
5858
# Add an get endpoint simple return the evrsion of the app
5959
@app.get("/version")
6060
async def version():
61-
return {"version": "0.0.1"}
61+
return {"version": "0.0.2"}
6262

6363

6464
if __name__ == "__main__":

0 commit comments

Comments
 (0)