Skip to content

Commit

Permalink
fix(docs): types
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Oct 20, 2023
1 parent 18e1bf2 commit 2d71c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

# Usage

## [Check our interactive documentation](https://docs.unillm.ai)
## [Check our interactive documentation](https://docs.unillm.ai)

## 💬 Chat Completions

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/components/DynamicCodeExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type Props = {
allowedProvider?: string;
}

export function DynamicCodeExample({ children, defaultLLM, allowedProvider = null }: Props) {
export function DynamicCodeExample({ children, defaultLLM, allowedProvider }: Props) {
const ref = useRef<any>();
const setupRef = useRef<any>();
const modelRef = useRef<any>();
Expand Down

0 comments on commit 2d71c45

Please sign in to comment.