I am trying to use the GPT oss from HuggingFace as a model the same way like in this example:
agent = Agent( model=HuggingFaceChat( id=“meta-llama/Meta-Llama-3-8B-Instruct”, max_tokens=4096, ), markdown=True )
But it wasn’t working, Any advice on how to use it please?