Spaces:
Runtime error
Runtime error
Link to HuggingChat
Browse files
app.py
CHANGED
@@ -21,6 +21,8 @@ This Space demonstrates model [CodeLlama-13b-Instruct](https://huggingface.co/co
|
|
21 |
|
22 |
🏃🏻 Check out our [Playground](https://huggingface.co/spaces/codellama/codellama-playground) for a super-fast code completion demo that leverages a streaming [inference endpoint](https://huggingface.co/inference-endpoints).
|
23 |
|
|
|
|
|
24 |
"""
|
25 |
|
26 |
LICENSE = """
|
|
|
21 |
|
22 |
🏃🏻 Check out our [Playground](https://huggingface.co/spaces/codellama/codellama-playground) for a super-fast code completion demo that leverages a streaming [inference endpoint](https://huggingface.co/inference-endpoints).
|
23 |
|
24 |
+
💪 For a chat demo of the largest Code Llama model (34B parameters), you can [select Code Llama in Hugging Chat!](https://huggingface.co/chat/)
|
25 |
+
|
26 |
"""
|
27 |
|
28 |
LICENSE = """
|