Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# OpenGrok
|
@@ -23,4 +30,4 @@ OpenGrok is licensed under the MIT License. See the [LICENSE](LICENSE) file for
|
|
23 |
|
24 |
## Enjoy your Grok!
|
25 |
|
26 |
-
Whether you’re developing new AI applications or experimenting with Grok’s features, OpenGrok offers a powerful toolset for a variety of use cases. Enjoy exploring!
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- microsoft/Phi-3-mini-4k-instruct
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- grok
|
10 |
---
|
11 |
|
12 |
# OpenGrok
|
|
|
30 |
|
31 |
## Enjoy your Grok!
|
32 |
|
33 |
+
Whether you’re developing new AI applications or experimenting with Grok’s features, OpenGrok offers a powerful toolset for a variety of use cases. Enjoy exploring!
|