Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ prompt_template = PromptTemplate(
|
|
39 |
template=template
|
40 |
)
|
41 |
|
42 |
-
query = "
|
43 |
|
44 |
start_time = time.time()
|
45 |
print('Responding:', start_time)
|
@@ -57,6 +57,12 @@ print(output['choices'][0]['text'])
|
|
57 |
|
58 |
```
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
### Direct Use
|
61 |
|
62 |
This fine-tuned model is based on meta-llama 3.2 with Lexic AI-related contents, intended to use by https://smartloop.ai as a based model
|
|
|
39 |
template=template
|
40 |
)
|
41 |
|
42 |
+
query = "What is a connector?"
|
43 |
|
44 |
start_time = time.time()
|
45 |
print('Responding:', start_time)
|
|
|
57 |
|
58 |
```
|
59 |
|
60 |
+
Output:
|
61 |
+
|
62 |
+
```
|
63 |
+
A connector is a tool that allows you to integrate external services, APIs, and software programs with Lexic.AI's platform. It enables seamless data exchange, automation of tasks, and enhances the overall capabilities of Lexic.AI by leveraging the features of external systems.
|
64 |
+
```
|
65 |
+
|
66 |
### Direct Use
|
67 |
|
68 |
This fine-tuned model is based on meta-llama 3.2 with Lexic AI-related contents, intended to use by https://smartloop.ai as a based model
|