Brendan

Results 7 issues of Brendan

# 🐛Bug report **Describe the bug** Hovering over the Data In or Data Out div will cause the tracker to flicker. **To Reproduce** Steps to reproduce the behavior: 1. Go...

:spider: bug

## Codepen https://codesandbox.io/s/series-order-causes-bugs-ucqpm ## Explanation - What is the behavior you expect? I expect the mixed chart to properly graph the x position based on the data supplied. - What...

bug

**Is your feature request related to a problem? Please describe.** While HuggingFace is already supported through the `OpenAICall` class (use base_url, model, api_key="-"), we should support HuggingFace InferenceClient through a...

Feature Request

**Is your feature request related to a problem? Please describe.** Prior versions of openai did not have usage stats when streaming. **Describe the solution you'd like** Add `stream_options: {"include_usage": true}`....

Feature Request
good first issue

**Is your feature request related to a problem? Please describe.** Similar to HuggingFaceCall, you can already extend OpenAIEmbedder to use huggingface models. ```python class HuggingFaceEmbedder(OpenAIEmbedder): embedding_params = OpenAIEmbeddingParams(model="nomic-ai/nomic-embed-text-v1.5") api_key =...

Feature Request

**Is your feature request related to a problem? Please describe.** Many providers are starting to add usage to streaming. This makes it much easier for Mirascope to calculate cost. **Describe...

Feature Request
good first issue

### Description First thing that comes to mind is to add something like this ```python prompt_template = """ SYSTEM: ... USER: ... IMAGE: {image_url} ```

Feature Request