Compare commits

...

2 Commits

Author SHA1 Message Date
Erick Friis
d843f3e1bd x 2023-12-20 13:46:48 -08:00
Erick Friis
4d2716186d ci test - do not merge 2023-12-20 13:45:40 -08:00
2 changed files with 5 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ sidebar_position: 1
---
# Contribute Code
Edit
To contribute to this project, please follow the ["fork and pull request"](https://docs.github.com/en/get-started/quickstart/contributing-to-projects) workflow.
Please do not try to push directly to this repo unless you are a maintainer.

View File

@@ -1,6 +1,9 @@
"""Generic Wrapper for chat LLMs, with sample implementations
for Llama-2-chat, Llama-2-instruct and Vicuna models.
"""
THIS IS AN INVALID EDIT
from typing import Any, List, Optional, cast
from langchain.callbacks.manager import (