Spaces:
Sleeping
Sleeping
mriusero
commited on
Commit
·
e2c922c
1
Parent(s):
d0d21eb
update demo
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ tags:
|
|
22 |
|
23 |
This is a demo of an AI agent designed to assist industries and service providers in understanding and interpreting their operational metrics. The agent has access to real-time telemetry data that measures quality, downtime, and operational performance.
|
24 |
|
25 |
-
[See video overview](https://drive.google.com/file/d/
|
26 |
|
27 |
> #### Demo Usage
|
28 |
>
|
|
|
22 |
|
23 |
This is a demo of an AI agent designed to assist industries and service providers in understanding and interpreting their operational metrics. The agent has access to real-time telemetry data that measures quality, downtime, and operational performance.
|
24 |
|
25 |
+
[See video overview](https://drive.google.com/file/d/1qa7wDxZWQlmktBauNlP8QxYFYG6he_3D/view?usp=share_link)
|
26 |
|
27 |
> #### Demo Usage
|
28 |
>
|
app.py
CHANGED
@@ -50,7 +50,7 @@ This is a demo of an AI agent designed to assist industries and service provider
|
|
50 |
|
51 |
The agent is implemented using **Mistral AI** via the `mistral-medium-2505` LLM. Its capabilities have been enhanced with a chain-of-thought reasoning process, allowing it to `think`, `act`, `observe`, and `respond` effectively to user queries. The agent is presented through a **Gradio interface**, which is well-suited for both real-time visualization and LLM interaction.
|
52 |
|
53 |
-
[See video overview](https://drive.google.com/file/d/
|
54 |
|
55 |
---
|
56 |
|
|
|
50 |
|
51 |
The agent is implemented using **Mistral AI** via the `mistral-medium-2505` LLM. Its capabilities have been enhanced with a chain-of-thought reasoning process, allowing it to `think`, `act`, `observe`, and `respond` effectively to user queries. The agent is presented through a **Gradio interface**, which is well-suited for both real-time visualization and LLM interaction.
|
52 |
|
53 |
+
[See video overview](https://drive.google.com/file/d/1qa7wDxZWQlmktBauNlP8QxYFYG6he_3D/view?usp=share_link)
|
54 |
|
55 |
---
|
56 |
|