forked from phoenix/litellm-mirror
add contributor message to code
This commit is contained in:
parent
e3b0d907f6
commit
bdc6ef1df8
6 changed files with 53 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
import time
|
import time
|
||||||
import json
|
import json
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
|
|
||||||
## LiteLLM versions of the OpenAI Exception Types
|
## LiteLLM versions of the OpenAI Exception Types
|
||||||
from openai.error import (
|
from openai.error import (
|
||||||
AuthenticationError,
|
AuthenticationError,
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
import os, openai, sys, json, inspect
|
import os, openai, sys, json, inspect
|
||||||
from typing import Any
|
from typing import Any
|
||||||
from functools import partial
|
from functools import partial
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
|
|
||||||
import litellm
|
import litellm
|
||||||
import time
|
import time
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Module containing "timeout" decorator for sync and async callables.
|
Module containing "timeout" decorator for sync and async callables.
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
# | |
|
||||||
|
# | Give Feedback / Get Help |
|
||||||
|
# | https://github.com/BerriAI/litellm/issues/new |
|
||||||
|
# | |
|
||||||
|
# +-----------------------------------------------+
|
||||||
|
#
|
||||||
|
# Thank you users! We ❤️ you! - Krrish & Ishaan
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import dotenv, json, traceback, threading
|
import dotenv, json, traceback, threading
|
||||||
import subprocess, os
|
import subprocess, os
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue