I import prompts from langsmith and then use them via langchain. I use the LLM settings from langsmith and get this warning:
C:\Users\freeb\AppData\Local\Programs\Python\Python313\Lib\json\decoder.py:344: UserWarning: WARNING! extra_headers is not default parameter.
extra_headers was transferred to model_kwargs.
Please confirm that extra_headers is what you intended.
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
C:\Users\freeb\AppData\Local\Programs\Python\Python313\Lib\json\decoder.py:344: UserWarning: WARNING! response_format is not default parameter.
response_format was transferred to model_kwargs.
Please confirm that response_format is what you intended.
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
C:\Users\freeb\PycharmProjects\popeia.venv\Lib\site-packages\pydantic\v1\main.py:1048: UserWarning: LangSmith now uses UUID v7 for run and trace identifiers. This warning appears when passing custom IDs. Please use: from langsmith import uuid7
id = uuid7()